Skip to content

Run separate CLI server for test discovery#3201

Closed
koesie10 wants to merge 2 commits intomainfrom
koesie10/separate-cli-server
Closed

Run separate CLI server for test discovery#3201
koesie10 wants to merge 2 commits intomainfrom
koesie10/separate-cli-server

Conversation

@koesie10
Copy link
Copy Markdown
Member

@koesie10 koesie10 commented Jan 5, 2024

This is a workaround for the fact that the resolveTests command can take a long time to run for large workspaces. We don't want to block other CLI commands from running while this is happening, so we'll create a separate CLI server just for this.

I haven't yet tested how this behaves when the CLI is being updated, but I first wanted to validate that this is something we want to do.

Checklist

  • CHANGELOG.md has been updated to incorporate all user visible changes made by this pull request.
  • Issues have been created for any UI or other user-facing changes made by this pull request.
  • [Maintainers only] If this pull request makes user-facing changes that require documentation changes, open a corresponding docs pull request in the github/codeql repo and add the ready-for-doc-review label there.

This is a workaround for the fact that the `resolveTests` command can
take a long time to run for large workspaces. We don't want to block
other CLI commands from running while this is happening, so we'll create
a separate CLI server just for this.
@koesie10 koesie10 closed this Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant